-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 3.4.0 #146
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -19,7 +19,7 @@ A full history of the different versions of Diff can be found in the [release no | |||
|
|||
**Diff 3.x:** | |||
|
|||
* PHP 7.2 or later (tested with PHP 7.2 up to PHP 8.1) | |||
* PHP 7.4 or later (tested with PHP 7.4 up to PHP 8.4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header is about 3.x
, not latest 3.x
. So only the upper bound should be increased
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair. But since we are only testing now with PHP 7.4+, I would still change the lower bound for 'tested with'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can also change it to something like 3.0-3.3, and then create a 3.4 onwards section above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At that point a table is probably better than a bunch of sections
* Drop support for PHP 7.2, 7.3 * Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0) * Make nullable type parameter declarations explicit for compatibility with PHP 8.4 Bug: T379481
523ed6c
to
29e8221
Compare
mediawiki/mediawiki-codesniffer
version (45.0.0)Bug: T379481